C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ItemTemplateContent Property

In This Topic
ItemTemplateContent Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the content of the template used to generate each list item.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)>
Public Property ItemTemplateContent As String
 
See Also